@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","微软雅黑";background:#fff;}
body{
	width:100%;
	overflow-x:hidden;
}

/* 正常链接 未访问 */
a {
    color: #555;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mr11{margin-right:11px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.w250{width:250px;}
.w730{width:730px;}
.w420{width:420px;}
.w540{width:540px;}
.w340{width:340px;}
.w660{width:660px;}
.w480{width:480px;}

.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.row-head{
	position: relative;
	padding:40px 0;
}
.row-head:before{
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	height:1px;
	line-height:none;
	font-size:0;
	content:'';
	background-color:#d8d8d8;
}
.row-head .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #D53500;
    line-height: 50px;
}
.row-head .row-head-title:before{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-title:after{
	position:absolute;
	top:50%;
	right:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-text{
    text-align: center;
    font-size: 18px;
    line-height:1em;
    text-transform: uppercase;
    color:#999;
    margin-top:20px;
}

.row1 .main-product ul{
	width:auto;
	overflow:hidden;
}
.row1 .main-product li{
	float:left;
	width:300px;
}
.row1 .col1{
	background-color:#B9D7F7;
}
.row1 .col1 .ui-box{
	border:none;
}
.row1 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #1D5999;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row1 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"微软雅黑";
	content:'P';
	margin-top:-25px;
}
.row1 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row1 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row1 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row1 .col1 .ui-box-content{
	padding:0;
}
.row1 .col1 .ClassList{
	
}
.row1 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row1 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #4997E9;
}
.row1 .col1 .ClassList ul li:last-child{
	border:none;
}
.row1 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row1 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	height:41px;
	line-height:40px;
	font-size:13px;
	color:#fff;
	background:#2C86E6;
}
.row1 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:12px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px;
}
.row1 .col1 .ClassList ul li:hover .title,
.row1 .col1 .ClassList ul li .title a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col1 .ClassList ul li dl{
	width:auto;
	overflow:hidden;
}
.row1 .col1 .ClassList ul li dl dd{
	display:block;
}
.row1 .col1 .ClassList ul li dl dd a{
	position:relative;
	padding-left:32px;
	display:block;
	height:41px;
	line-height:40px;
	font-size:13px;
	color:#164373;
}
.row1 .col1 .ClassList ul li dl dd a:hover{
	background-color:#FFA63E;
	color:#fff;
}

.row1 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row1 .col2 .ImgList ul{
	width:750px;
	overflow:hidden;
	margin-bottom:-25px;
}
.row1 .col2 .ImgList ul li{
	float:left;
	width:220px;
	margin:0 20px 25px 0;
	border:5px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span{
	display:block;
	
}
.row1 .col2 .ImgList ul li a{
	background:#fff;	
}
.row1 .col2 .ImgList ul li a .img{
	position:relative;
	width:220px;
	height:220px;	
}
.row1 .col2 .ImgList ul li a .img img{
	max-width:220px;
	max-height:220px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row1 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row1 .col2 .ImgList ul li:hover{
	border-color:#FF4000;
}
.row1 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#FF4000;
}

.row2{
	background:url('../../images/row2-bg.jpg') center 0 no-repeat;
	position:relative;
}
.row2:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row2 .row-head:before{
	    background-color: #fff;
}
.row2 .row-head .row-head-title{
	color:#FF4000;
	background-color:transparent;
	background:url('../../images/row2-bg.jpg') center -40px no-repeat;
}
.row2 .row-head:before,
.row2 .row-head:after{
	background-color: #fff;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border-color:#fff;
}
.row2 .row-head .row-head-text{
	color:#999;
}

.row2{
	padding-bottom:40px;
}
.row2 .w420 img{
	border:10px solid rgba(255, 255, 255, 0.5);
	transform: translateZ(0);
	-webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;    
}
.row2 .w420 img:hover{
	border-color:rgba(255, 64, 0, 0.2);
	-webkit-transform: scale(1.1);   
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
	transform: scale(1.1);
}
.row2 .info h1{
	font-size:20px;
	color:#2C86E6;
	font-weight:bold;
	padding:10px 0;
	line-height:40px;
}
.row2 .info p{
	font-size:14px;
	color:#555;
	text-align: justify;
	line-height:2em;
}
.row2 .info a{
	display:block;
	background:#FF4000;
	font-size:14px;
	color:#fff;
	width:6em;
	padding:0 20px;
	line-height:30px;
	height:32px;
	float:right;
	border-radius:5px;
	margin-top:10px;
}
.row2 .info a:hover{
	background:#FF602B;
}
.row2 .w540 .info p a:hover{
	text-decoration: none;
}
.row2 .ImgList{
	margin:0 -10px;
	padding-top:30px;
}

.row2 .ImgList ul li{
	float:left;
	width:25%;
	padding:0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.row2 .ImgList ul li img{
	width:100%;
	height:auto;
	border:10px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translateZ(0);
	-webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; 
}
.row2 .ImgList ul li img:hover{
	border-color:rgba(255, 64, 0, 0.2);
	-webkit-transform: scale(1.1);   
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
	transform: scale(1.1);
}

/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:1000px;height:197px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:197px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;height:197px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	height:187px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #efefef;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:157px;
	background:#fff;
	position:relative;
}
.scroll_horizontal .list li a span.img img{
	max-width:210px;
	max-height:157px;	
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:26px;
	font-size:14px;
	text-align:center;
}
.scroll_horizontal .list li a:hover{
	background:#0EB68C;
}
.scroll_horizontal .list li a:hover span.text{
	color:#fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url('../../images/control.png');background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-50px;background-position:0 0;}
.scroll_horizontal .next{right:-50px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

/*.row3{
	background:url('../../images/bg5.jpg') center 0 repeat;
	padding:0 0 40px;
	position:relative;
}
.row3:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row3 .row-head:before{
	    background-color: #CCBACD;
}
.row3 .row-head-title{
	color:#fff;
	background:url('../../images/bg5.jpg') center -40px no-repeat;
}
.row3 .row-head-title:before,
.row3 .row-head-title:after{
	border-color:#CCBACD;
}
.row3 .row-head-text{
	color:#E7DFE8;
}*/
.row3 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"微软雅黑";font-size:14px;
	border:1px solid #d8d8d8;
}
.row3 .ui-box-container{
	background-color:#0473B8;
	border:none;
	height:342px;
}
.row3 .info{
	padding-top:15px;
}
.row3 .info p{
	font-size:14px;
	line-height:2em;
	color:#fff;
}
.row3 .info p i{
	font-size:16px;
	margin:0 10px;
}
.row3 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#0466A4;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row3 .more a{
	color:#fff;	
}
.row3 .more a:hover{
	color:#ff0;
}

.row5 .ui-box{
	border:none;
}
.row5 .ui-box-head{
	height:45px;
	line-height:43px;	
	border:1px solid #E9E9E9;
	border-top:3px solid #E22626;
	margin:0;
	padding:0;
	background-color:#F8F8F8;
}
.row5 .ui-box-head-title{
	padding-left:14px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
}
.row5 .ui-box-head-more{
	margin-right:10px;
	color:#7C7C7C;
}
.row5 .ui-box-container{
	border:1px solid #E9E9E9;
	border-top:none;
}
.row5 .ui-box-content{
	padding:20px;
	padding-top:5px;
}
.row5 .ui-box-contact .ui-box-head{
	border-top:3px solid #017FBA;
}
.NewsList ul{
	width:auto;
	overflow:hidden;
}
.NewsList ul li{
	display:block;
	border-bottom:1px dotted #D8D8D8;
	height:54px;
}
.NewsList ul li a{
	display:block;
	font-size:14px;
	height:54px;
}
.NewsList ul li a span{
	display:block;
}
.NewsList ul li a .title{
	line-height:54px;
	display:block;
	margin-right:100px;
	position:relative;
	padding-left:20px;	
}
.NewsList ul li a .title:before{
	position:absolute;
	top:50%;
	left:5px;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:2px solid #666;
	border-radius:50%;
	margin-top:-2px;
}
.NewsList ul li a .more{
	float: right;
    width: 76px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #333333;
    background: #ececec;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-top:14px;
    font-size:12px;	
}
.NewsList ul li a:hover .more{
	background:#FF4000;
	color:#fff;
	border-color:#EA3B00;
}
.ui-box-contact .NewsList ul li a:hover .title{
	color:#017FBA;
}
.ui-box-contact .NewsList ul li a:hover .more{
	background:#017FBA;
	border-color:#0174AB;
}















